The ViewRow<(Of <(<'T>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
BeginEdit |
Puts the ViewRow into edit mode. (Inherited from ViewRow.) |
|
CancelEdit |
Cancels the edit occurring on the row. (Inherited from ViewRow.) |
|
Delete |
Deletes a view item. (Inherited from ViewRow.) |
|
EndEdit |
Ends the edit occurring on the row. (Inherited from ViewRow.) |
|
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnPropertyChanged |
Raises the PropertyChanged event.
(Inherited from ViewRow.) |
|
StructGet<(Of <<'(TProperty>)>>) | (Inherited from ViewRow.) | |
StructSet<(Of <<'(TProperty>)>>) | (Inherited from ViewRow.) | |
ToString |
Gets the string representing this view row. (Inherited from ViewRow.) |
Properties
Name | Description | |
---|---|---|
Item[([( Int32])]) |
Gets or sets a value of the specified view property. (Inherited from ViewRow.) |
|
Item[([( String])]) |
Gets or sets a value of the specified view property. (Inherited from ViewRow.) |
|
RowState |
Gets the state of a view row with regard to edit, add and delete operations if they are performed directly on the view. (Inherited from ViewRow.) |
|
Tag |
Gets or sets user-supplied data associated with the view item. (Inherited from ViewRow.) |
|
Value |
Gets the view element (item) represented by this ViewRow object. (Inherited from ViewRow.) |
|
View |
Gets the view to which the ViewRow belongs. (Inherited from ViewRow.) |
Events
Name | Description | |
---|---|---|
PropertyChanged |
Occurs when a property value changes, after it has been changed.
(Inherited from ViewRow.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEditableObject..::..EndEdit | (Inherited from ViewRow.) | |
IEditableObject..::..BeginEdit | (Inherited from ViewRow.) | |
IEditableObject..::..CancelEdit | (Inherited from ViewRow.) |